From 261518d9ce6d5fd1f82aaba2a33bf599d177e126 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 24 May 1993 05:54:23 +0000 Subject: [PATCH] * Makefile.in (install): Refer to the variables INSTALLABLES and INSTALLABLE_SCRIPTS, instead of writing them out. --- lib-src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 74a77a1e99e..5917a181e73 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -137,7 +137,7 @@ ${archlibdir}: all install: ${archlibdir} @echo @echo "Installing utilities for users to run." - for file in emacsclient etags ctags b2m ; do \ + for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS} ; do \ cp $${file} ${bindir}/$${file}.new ; \ chmod 755 ${bindir}/$${file}.new ; \ done -- 2.30.2